Welcome![Sign In][Sign Up]
Location:
Search - FIFO LRU java

Search list

[Mathimatics-Numerical algorithmsFIFO与LRU 算法实现(java)

Description: java编的两种算法,word写的,看不懂,大家帮忙-java series of the two algorithms, write the word, fail to understand, we look at the help
Platform: | Size: 5458 | Author: 刘刚 | Hits:

[JSP/Javacache4j_0.4_src

Description: cache4j是一个有简单API与实现快速的Java对象缓存。它的特性包括:在内存中进行缓存,设计用于多线程环境,两种实现:同步与阻塞,多种缓存清除策略:LFU, LRU, FIFO,可使用强引用(strong reference)与软引用(soft reference)存储对象。-cache4j is a simple API and achieving rapid Java Object Cache. Its features include : in memory for caching, designed for multi-threaded environment, the two realized : synchronous and obstruction, cache removal strategies : LFU, LRU, FIFO, can be invoked to use strong (strong reference) with the use of soft (soft referenc e) Storage object.
Platform: | Size: 51071 | Author: ytr | Hits:

[JSP/Javaabe

Description: fifo及lru页面置换算法-fifo and LRU algorithm replacement pages
Platform: | Size: 1024 | Author: 李存勇 | Hits:

[Mathimatics-Numerical algorithmsFIFO与LRU 算法实现(java)

Description: java编的两种算法,word写的,看不懂,大家帮忙-java series of the two algorithms, write the word, fail to understand, we look at the help
Platform: | Size: 5120 | Author: 刘刚 | Hits:

[JSP/Javacache4j_0.4_src

Description: cache4j是一个有简单API与实现快速的Java对象缓存。它的特性包括:在内存中进行缓存,设计用于多线程环境,两种实现:同步与阻塞,多种缓存清除策略:LFU, LRU, FIFO,可使用强引用(strong reference)与软引用(soft reference)存储对象。-cache4j is a simple API and achieving rapid Java Object Cache. Its features include : in memory for caching, designed for multi-threaded environment, the two realized : synchronous and obstruction, cache removal strategies : LFU, LRU, FIFO, can be invoked to use strong (strong reference) with the use of soft (soft referenc e) Storage object.
Platform: | Size: 51200 | Author: ytr | Hits:

[JSP/JavaLru

Description: 页面置换算法模拟 包括先来先服务 以及最近最久未使用-Page replacement algorithm for simulation, including first-come, first serve and, more recently, the use of the most long
Platform: | Size: 3072 | Author: chengly | Hits:

[Windows Developaaa

Description: FIFO、LRU、OPT的三个简单实现 源码 java -FIFO, LRU, OPT three easy source java implementation
Platform: | Size: 15360 | Author: yourname | Hits:

[OS DevelopVirtualmemory

Description: 虚拟内存中四种置换算法: OPT/LRU/FIFO/时钟算法-Four types of virtual memory replacement algorithm: OPT/LRU/FIFO/clock algorithm
Platform: | Size: 1024 | Author: eddycen | Hits:

[OS Developos

Description: 实现分页式存储地址转换过程,在此基础上实现请求分页的地址转换。实现请求页式地址转换中出现的缺页现象时,用到的先进先出FIFO、最近最久未使用LRU、最佳OPT置换算法。 -The realization of paging memory address translation process, in this based on the address translation request page. The realization of Page Address Translation request appeared in the phenomenon of missing pages, the use of FIFO FIFO, long the most recent use of LRU, the best replacement algorithm OPT.
Platform: | Size: 1024 | Author: bartok | Hits:

[JSP/JavaFIFOandLRU(java)

Description: 这是一个用java实现的模拟操作系统的进程调度的FIFO算法和LRU算法。程序默认设置的系统分配给进程的页面数为3个、-This is a simulation using java operating system to achieve the process of the FIFO scheduling algorithm and LRU algorithm. Procedures for the allocation of the default settings of the system to process the number of page 3,
Platform: | Size: 1024 | Author: 123 | Hits:

[OS DevelopPageReplace

Description: FIFO and LRU replcement (huynhnv.cyworld.vn)
Platform: | Size: 1024 | Author: Mr | Hits:

[OS DevelopPage_Replacement_Algorithm

Description: Page Replacement Algorithm (FIFO and LRU) Simulator and table generator
Platform: | Size: 859136 | Author: Danielpinov | Hits:

[OS DevelopFIFO

Description: 操作系统WIndows页面置换算法、先进先出算法、以及FIFO和LRU算法(最新最少使用算法)-OS WIndows page replacement algorithm, FIFO algorithm, and FIFO and LRU algorithms (at least using the latest algorithm)
Platform: | Size: 135168 | Author: 青青 | Hits:

[JSP/JavaOperatingSystemPageReplacementAlgorithm

Description: Java操作系统页面置换算法: (1)进先出的算法(FIFO) (2)最近最少使用的算法(LRU) (3)最佳淘汰算法(OPT) (4)最少访问页面算法(LFU) (注:由本人改成改进型Clock算法) (5)最近最不经常使用算法(NUR) -Java operating system, page replacement algorithm: (1) into the first out method (FIFO) (2) least recently used algorithm (LRU) (3) optimal replacement algorithm (OPT) (4) at least visit the page algorithm (LFU) ( Note: I changed improved by the Clock algorithm) (5) recently least frequently used algorithm (NUR)
Platform: | Size: 343040 | Author: 李锐歆 | Hits:

[JSP/JavaPage-replacement-algorithm

Description: 页面置换算法,在FIFO,LRU,OPT算法中比较 各算法的优劣-Page replacement algorithm, FIFO, LRU, OPT algorithm comparing the advantages and disadvantages of each method
Platform: | Size: 43008 | Author: 李明博 | Hits:

[JSP/Javavirtual-memory

Description: 用java编程模拟虚拟存储器功能,可以模拟演示FIFO页面置换算法:LRU页面置换算法:以及最佳页面置换算法 的运行过程 程序采用了多线程技术,使得运行过程更人性化-Java programming with simulated virtual memory function, can simulate the FIFO page replacement algorithm demo: LRU page replacement algorithm: the best page replacement algorithm and the running program uses multi-threading technology, making the process more user-friendly operation
Platform: | Size: 7168 | Author: maksung | Hits:

[OtherMemoryManagement

Description: java 模拟CPU系统调页,每个页面可存放10条指令,分配给一个作业的内存块为4。模拟一个作业的执行过程,该作业有320条指令,即它的地址空间为32页,采用FIFO、LRU算法,并计算缺页率-java simulation CPU system paging, each page can hold 10 instructions, the job is assigned to a memory block 4. Simulated execution of a job, the job has 320 instructions, that its address space for 32, using FIFO, LRU algorithm, and calculate the rate of missing pages
Platform: | Size: 36864 | Author: | Hits:

[JSP/JavaPageos2

Description: 可以实现三种不同调页算法,OPT,FIFO,LRU,是可视化界面,用java语言描写的-We can achieve three different paging algorithm, OPT, FIFO, LRU, a visual interface, using java language description
Platform: | Size: 13312 | Author: 梁欣妍 | Hits:

[OS DevelopOperating System CH9

Description: 操作系统概念英文版CH9页替换算法作业源码,涉及FIFO和LRU算法。(Operating System Concepts with Java - Eighth Edition Chapter 9. Test harness for LRU and FIFO page replacement algorithms.)
Platform: | Size: 3072 | Author: enemy | Hits:

CodeBus www.codebus.net